home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / DOSGT114.ZIP / DOSSYS / TOOLS / DOSMAIL.DOC < prev    next >
Text File  |  1989-11-24  |  4KB  |  104 lines

  1. The following is a desription of the DOSMAIL package.
  2.  
  3.     The following environment variables MUST be set correctly for the
  4.     DOSMAIL package to function properly.
  5.  
  6.         MSG    - The disk drive and subdirectory in which the DOSMAIL
  7.                and USER.LOG files are stored.  Must be set by
  8.                AUTOEXEC.BAT.  Used by DOSMAIL functions and
  9.                START.
  10.  
  11.         SYSTEM    - The name of the system.  Used by DOSMAIL.  Must be
  12.                set by AUTOEXEC.BAT.
  13.  
  14.         SYSOP    - Used by TALK.EXE to inform the remote user of the
  15.                name of the person running this DOSGATE node.
  16.                Set by AUTOEXEC.BAT
  17.  
  18.     The DOSMAIL system:
  19.  
  20.         SEND.exe - 'Sends' mail to the designated party, if receiver of
  21.                 mail is not specified, the sender is prompted.
  22.                 The sender ID is from the environment USER.
  23.                 If USER is not available from the environment,
  24.                 then the sender is prompted for his ID.
  25.                 The user can then specify a subject, and then 
  26.                 enter his message.  Send terminates with a
  27.                 CTRL-Z or /EX.  The mail is stored in the MSG 
  28.                 subdirectory in the file xx.MSG, where xx is 
  29.                 the number of the message in HEX.
  30.  
  31.  
  32.             ie:    SEND NM1D - To send a message to NM1D.
  33.  
  34.  
  35.         READ.exe - 'Reads' mail send to the current user.  The current 
  36.                 user is defined by the environment USER.  If 
  37.                 USER is not found or specified on the command 
  38.                 line, then the invoker is asked to supply the 
  39.                 required ID.  If there is any mail waiting for
  40.                 the user, it is presented to the user, one 
  41.                 message at a time.  At the end of each message
  42.                 the user is given the chance to delete 
  43.                 the message.  Optionally, 'READ /c' will 
  44.                 check the MSG directory for a mail file to the 
  45.                 current USER, or if USER is not found, the 
  46.                 invoker is prompted for an ID.
  47.  
  48.  
  49.             ie:    READ      - To read mail addressed to the 
  50.                         environment USER.
  51.  
  52.                 READ /c      - To check for mail addressed to the
  53.                         environment USER.
  54.  
  55.                 READ NM1D - To read possible mail for NM1D.
  56.  
  57.                 READ 21   - To read message number 21.
  58.  
  59.         LIST.exe - 'Lists' all (*.msg) files stored in the environment 
  60.                 MSG directory (INDEX.MSG).  This is to allow the user to 
  61.                 see what pending mail files exits.
  62.  
  63.             ie:    LIST NM1D      - To list all mail for NM1D
  64.  
  65.                 LIST ALL       - To list mail addressed to ALL
  66.  
  67.                 LIST /FNM1D    - To list all mail (F)rom NM1D
  68.  
  69.                 LIST /TNM1D    - To list all mail (T)o NM1D
  70.  
  71.                 LIST /S"DOSGATE" - To list all mail that has
  72.                                  the word 'DOSGATE' in the
  73.                                  subject field.
  74.  
  75.         KILL.exe - 'Kills' a specified mail message. This is to allow
  76.                 a user to delete mail messages.  The user is
  77.                 only allowed to delete a message if the
  78.                 the message is either 'from' or 'to' him.
  79.  
  80.             ie:    KILL 1        - To kill message number 1
  81.                 KILL 23        - To kill message number 23
  82.  
  83.         PURGE.exe - Actually erases all files from the DOSMAIL 'MSG'
  84.                 directory and from the INDEX.MSG file that
  85.                 have been read and deleted by the user.  Also
  86.                 performs other housekeeping functions.  Do NOT
  87.                 allow remote users access to this program!!!
  88.  
  89.         MAINTAIN.exe - A SYSOP ONLY utility, it allow you to maintain
  90.                 the messages in the mail system.  Messages can
  91.                 be deleted, un-deleted (until PURGEed!), or
  92.                 copied to a file of your choice.  This utility
  93.                 will go through the index of messages and allow
  94.                 you to perform one command on each message.
  95.                 Do NOT allow remote users access to this
  96.                 program!!
  97.  
  98.         TALK.exe - Allows the remote user to attempt to contact the
  99.                 sysop for keyboard-to-keyboard communication.
  100.                 The sysop is informed of the ID of the remote
  101.                 user by way of the USER environment variable.
  102.                 Either persopn can abort the 'talk' session by
  103.                 sending a CTRL-Z.
  104.